用LangGraph搭建智能体—AI Agents in LangGraph(一)

i=0#控制循环轮次bot=Agent(prompt)#初始化i+=1result=bot(next_prompt)#每次将执行的结果,作为下一次提示词返回给模型]#Action函数...